projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc77d04
)
* lisp/emacs-lisp/edebug.el (defun): Fix debug spec.
author
Johan Bockgård
<bojohan@gnu.org>
Wed, 14 Sep 2016 19:01:08 +0000
(21:01 +0200)
committer
Johan Bockgård
<bojohan@gnu.org>
Wed, 14 Sep 2016 19:01:08 +0000
(21:01 +0200)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index c283c168b5e18f39e90f317b029735c88c655ea1..1a00c45447ca6544cb236d2209bfd740142f23a8 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-1933,6
+1933,7
@@
expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec defun
(&define name lambda-list
[&optional stringp]
+ [&optional ("declare" &rest sexp)]
[&optional ("interactive" interactive)]
def-body))
(def-edebug-spec defmacro